Skip to content

Failed

Trigger service tests.Init Security Context for all scenarios (from org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest)

Failing for the past 125 builds (Since #827 )
Took 5.4 sec.

Error Message

java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory

Stacktrace

com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
	at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:21)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 more

Standard Output

@jobsIntegrationBase @env_docker_base @setup
Scenario: Init Security Context for all scenarios # features/jobScheduling/TriggerServiceI9n.feature:19
08:22:17.478 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment...
08:22:17.479 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
08:22:17.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb
08:22:17.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true
08:22:17.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost
08:22:17.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306
08:22:17.481 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT
08:22:17.482 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver
08:22:17.482 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp
08:22:17.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200
08:22:17.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null
08:22:17.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - ===============================================
08:22:17.483 [main] INFO  o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE
08:22:17.543 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 
08:22:17.543 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 
08:22:17.752 [main] INFO  org.reflections.Reflections - Reflections took 202 ms to scan 98 urls, producing 840 keys and 2494 values
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration ===================
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Stage: DEVELOPMENT
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
08:22:17.760 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded Kapua Modules
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.CommonsModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.CommonsConfigurationModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.jpa.CommonJpaModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.metric.CommonMetricsModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.model.id.CommonsModelIdModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.service.internal.cache.CacheModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.setting.system.SystemSettingModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc.TestConfigModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client.JobEngineClientModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.locator.guice.KapuaModule
08:22:17.761 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.MessageModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.data.MessageDataModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.RegistrationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.account.internal.AccountModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.AuthenticationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.shiro.AuthenticationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.authorization.shiro.AuthorizationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.camel.application.CamelModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.certificate.internal.CertificateModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.DatastoreModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.job.DeviceAssetJobModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.bundle.job.DeviceBundleJobModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule
08:22:17.762 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.command.job.DeviceCommandJobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.job.DeviceConfigurationJobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.keystore.job.DeviceKeystoreJobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.packages.job.DevicePackageJobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.device.registry.DeviceRegistryModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.endpoint.internal.EndpointModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.execution.internal.JobExecutionModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.internal.JobModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.step.internal.JobStepModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.job.targets.internal.JobTargetsModule
08:22:17.763 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.id.StorableIdModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.stream.internal.StreamModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.tag.internal.TagModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.UserModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.user.internal.profile.UserProfileModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KapuaKuraTranslatorsModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.KuraMqttTranslatorsModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.TranslatorHubModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.TransportModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport.mqtt.TransportMqttModule
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Overriding Kapua Modules
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded Kapua Modules
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
08:22:17.764 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
08:22:18.456 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Binding interceptors ...
08:22:18.456 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor
08:22:18.457 [main] INFO  o.e.kapua.locator.guice.KapuaModule - Bind service interceptor class org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor to subclasses of interface org.eclipse.kapua.service.KapuaService annotated with interface org.eclipse.kapua.event.RaiseServiceEvent
08:22:18.529 [main] WARN  o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events ===================
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:18.541 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:18.542 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration ===================
08:22:18.542 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Resource Name: locator.xml
08:22:18.542 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Included packages
08:22:18.542 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.commons
08:22:18.542 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.integration.misc
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.job.engine.client
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.message
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.plugin
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.security
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.service
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.translator
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	org.eclipse.kapua.transport
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded packages
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  	None
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Loaded XmlSerializable Classes: 0
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - |  Excluded XmlSerializable Classes: 0
08:22:18.543 [main] INFO  o.e.k.locator.guice.GuiceLocatorImpl - ==================================================================================
08:22:18.543 [main] INFO  o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE
08:22:18.636 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager...
08:22:18.636 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@56d5e795
08:22:18.636 [main] INFO  o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE
  Given Init Security Context                     # org.eclipse.kapua.qa.common.utils.InitShiro.start()
08:22:18.643 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection!
08:22:18.644 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs
08:22:18.644 [main] INFO  o.e.k.q.integration.steps.DockerUtil - Creating docker client...
08:22:18.986 [main] INFO  o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE
08:22:19.471 [main] INFO  org.eclipse.jetty.util.log - Logging initialized @15858ms to org.eclipse.jetty.util.log.Slf4jLog
08:22:20.160 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.161 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.162 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.162 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.163 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.163 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.166 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs'
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 49 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
08:22:20.167 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs
08:22:20.167 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
08:22:20.167 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled.
08:22:20.167 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers
08:22:20.169 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.169 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.170 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.170 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.170 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.170 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.172 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers'
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 49 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
08:22:20.172 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers
08:22:20.172 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container job-engine...
08:22:20.221 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.221 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.222 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.222 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.222 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.222 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.224 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list)
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 50 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
08:22:20.224 [main] INFO  o.e.k.q.i.steps.DockerSteps - Removing container /job-engine...
08:22:20.228 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.228 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.229 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.229 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.229 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.229 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.231 [main] WARN  o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list)
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697)
	at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.ja
...[truncated 152263 chars]...
a:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695)
	... 49 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
08:22:20.345 [main] INFO  o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE
08:22:20.345 [main] INFO  o.e.k.q.i.steps.DockerSteps - Starting full docker environment...
08:22:20.350 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.350 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.350 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.350 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.351 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - I/O exception (java.io.IOException) caught when processing request to {}->unix://localhost:80: No such file or directory
08:22:20.351 [jersey-client-async-executor-0] INFO  o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80
08:22:20.352 [main] ERROR o.e.k.q.i.steps.DockerSteps - Error while starting base docker environment: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	... 51 common frames omitted
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 common frames omitted
  And Start base docker environment               # org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment()
      com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
	at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:21)
Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
	at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705)
	at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318)
	at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253)
	at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
	at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
	at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:104)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526)
	at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288)
	at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.io.IOException: No such file or directory
	at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136)
	at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223)
	at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
	at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471)
	... 14 more

08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.376 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration ===================
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  TTL: 60
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Expiry Policy: MODIFIED
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - |  Config URI: N/A
08:22:20.377 [main] INFO  o.e.k.c.s.i.c.CacheManagerProvider - ==================================================================================
08:22:20.377 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.377 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.377 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60
08:22:20.378 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.378 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.378 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60
08:22:20.378 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.378 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user ===================
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.385 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account ===================
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.387 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.441 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler ===================
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.453 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.454 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.454 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.454 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.454 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.545 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
08:22:20.545 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.545 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.545 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.545 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.546 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.548 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.548 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.548 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.550 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.550 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.551 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.551 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.551 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.552 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.552 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60
08:22:20.552 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60
08:22:20.553 [main] INFO  o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.567 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.583 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag ===================
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.605 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device ===================
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.635 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.662 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.670 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.680 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.686 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.727 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.734 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.751 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.761 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.773 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry ===================
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.789 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration ===================
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Time step: 30000
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Window size: 3
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code number: 5
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - |  Scratch code digits: 6
08:22:20.790 [main] INFO  o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ==================================================================================
08:22:20.792 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
08:22:20.792 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.793 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.793 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.793 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.793 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication ===================
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.800 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.825 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.825 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.825 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.825 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.825 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.826 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.832 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization ===================
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.835 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job ===================
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Datasource Name: kapua-dbpool
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  Configuration Overrides
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	javax.persistence.nonJtaDataSource: HikariDataSource (null)
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - |  	eclipselink.cache.shared.default: false
08:22:20.875 [main] INFO  o.e.k.c.j.KapuaEntityManagerFactory - ==================================================================================
08:22:20.890 [main] WARN  org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ###########################
      java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72)
	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:622)
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:429)
	at org.h2.message.DbException.get(DbException.java:194)
	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:173)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:152)
	at org.h2.Driver.connect(Driver.java:69)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677)
	at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228)
	at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70)
	at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434)
	at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
	at io.cucumber.java.Invoker.invoke(Invoker.java:24)
	at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
	at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59)
	at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46)
	at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21)
	at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
	at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92)
	at io.cucumber.core.runner.TestStep.run(TestStep.java:64)
	at io.cucumber.core.runner.TestCase.run(TestCase.java:110)
	at io.cucumber.core.runner.Runner.runPickle(Runner.java:73)
	at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135)
	at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200)
	at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
	at java.base/java.net.Socket.connect(Socket.java:591)
	at org.h2.util.NetUtils.createSocket(NetUtils.java:103)
	at org.h2.util.NetUtils.createSocket(NetUtils.java:83)
	at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119)
	at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435)
	... 52 more